Merged [13770]: Enabled saving ICQ aliases set in Adium to the server. Fixes #466
[adiumx.git] / Gaim Service / ESGaimFileReceiveRequestController.h
blobcd85e6b905ba00008c1644fa0b7b7717f4e22703
1 //
2 // ESGaimFileReceiveRequestController.h
3 // Adium
4 //
5 // Created by Evan Schoenberg on 9/22/05.
6 //
8 #import <Cocoa/Cocoa.h>
10 @class AIWindowController;
12 @interface ESGaimFileReceiveRequestController : NSObject {
13 AIWindowController *requestController;
16 @end